13. CRUD on a List of To-Dos
CRUD on List of To-Dos
ND004 C01 L07 12 CRUD On List Of Todos
Follow along! Interactive workspace
You can use the interactive workspace (below) to follow along these next walk-through videos.
Starter Code
Download here: todoapp-crud-lists.zip
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: jupyter-lab
- Opened files (when workspace is loaded): n/a
get_list_todos
Modify the code so the user goes to a homepage for a particular todo list rather than seeing all todo items in the database
ND004 C01 L07 12.1 CRUD On List Of Todos
Add items with a list "Urgent" with ID of 2 and check if we get the expected results
ND004 C01 L07 12.2 CRUD On List Of Todos